home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / misc / setptc40.readme < prev    next >
Encoding:
Text File  |  1993-12-13  |  6.4 KB  |  154 lines

  1. Short: SetPatch 40.14 from CBM. Fixes DrawChunkyPixels among others
  2. Uploader: jawil@aid.no (Jan Roger Wilkens)
  3.  
  4. ::::::::
  5. SetPatch40/SetPatch_ReadMe
  6. ::::::::
  7. Copyright (C) 1993 Commodore Electronics Ltd.
  8. The following information may only be reproduced and used in accordance
  9. with the requirements and limitations set forth below. This information
  10. may be used by licensees of Amiga DOS in combination with their lawful
  11. use of licensed copies of Amiga DOS. Reproduction of this information
  12. is limited to that reasonably required for the use of AmigaDOS in
  13. accordance with such license. All reproduction of this information,
  14. in whole or in part, must retain this copyright notice as well as the
  15. warranty disclaimers and limitation of liability as set forth below.
  16. All Other Rights are Reserved.
  17.  
  18. Commodore makes no warranties or representations, either express, or implied,
  19. with respect to the information set forth herein, which information is being
  20. supplied on an "AS IS" basis, expressly subject to change without notice.
  21. The entire risk as to the use of this information is assumed by the user.
  22. IN NO EVENT WILL COMMODORE BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  23. OR CONSEQUENTIAL DAMAGES RESULTING FROM ANY CLAIM ARISING OUT OF THE
  24. INFORMATION PRESENTED HEREIN, EVEN IF IT HAS BEEN ADVISED OF THE 
  25. POSSIBILITIES OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE LIMITATION
  26. OF IMPLIED WARRANTIES OR DAMAGES, SO THE ABOVE LIMITATIONS MAY NOT APPLY.
  27.  
  28.  
  29. SetPatch (c) Copyright 1990-1993, Commodore-Amiga, Inc. All Rights Reserved.
  30.  
  31.  
  32. SetPatch 40.14 is designed to improve system operation of the Amiga
  33. computer with Amiga DOS 2.1 (V38) through 3.1 (V40). The Update_SetPatch
  34. icon or shell-script is designed to automatically update the version of
  35. SetPatch you are using.  If you already have an up-to-date SetPatch,
  36. Update_SetPatch will inform you of that fact and not replace SetPatch.
  37.  
  38.  
  39. The key features of this version of SetPatch are:
  40.  
  41.   o Fixes problem of A2 and A6 being trashed by V40 WriteChunkyPixels()
  42.  
  43.   o Does not open nonvolatile.library if not already loaded
  44.     
  45.   o Fixes problem of d7 register being trashed by BltBitMap() after an
  46.     interleaved blit with a mask of -1.
  47.  
  48.   o Fixes BestModeIDA() when passed a BIDTAG_MonitorID of DEFAULT_MONITOR_ID
  49.     (this was returning INVALID_ID)
  50.  
  51.   o On A3000 with SCRAM memory and 68040 processor running 37.175,
  52.     turns off Page mode (shouldn't have been on).
  53.  
  54.   o New NOAGA keyword so bootable applications which want the patches
  55.     but are incompatible with the AA chipset can still use the SetPatch.
  56.  
  57.   o Several additional patches for CD32 subsystems such as cd.device
  58.     and nonvolatile.library which are applied if these subsystems
  59.     are present.
  60.  
  61.  
  62. These features of V39 SetPatch are included:
  63.  
  64.   o Activates AA chips if present (all SetPatches V39 and higher do this).
  65.   
  66.   o On some systems, NMI interrupts could be caused due to hardware
  67.     bugs.  These NMIs can cause software/hardware to perform incorrectly
  68.     and has caused major performance problems in some systems.
  69.     In the V37 ROM, the NMI vector pointed at a generalized routine
  70.     that saved all registers, does some work which ends up doing nothing,
  71.     restores all registers, and exits.  This patch will, under V37 ROMs,
  72.     move that vector to point directly at an RTE.
  73.                 
  74.   o SetPatch no longer reads the longword after the end of each of
  75.     its hunks.
  76.                   
  77.   o Now checks for the CPU type before trying to open the 68040.library
  78.     This is so that the library does not even get loaded if you don't
  79.     need it.  (The 68040.library also does the check.)
  80.                         
  81.   o Does not turn on the caches if the intruction cache is not
  82.     already on.  This is such that the bootmenu option will not
  83.     be "undone" by SetPatch.
  84.  
  85.  
  86. This SetPatch also incorporates the following patches from 37.38 and
  87. earlier SetPatches which are applied as required, depending on the
  88. version of the OS:
  89.                               
  90.   o On certain 68000-based Amigas, some software which would fail with an
  91.     alert number of 80000003 is now made to work.
  92.  
  93.   o Many older external floppy drives which might have had problems
  94.     under 2.04 now work.
  95.  
  96.   o Setpatch opens the 68040.library and reports the fact that it did
  97.     that.  The 68040 library will only open on systems equipped with a
  98.     68040 CPU.
  99.  
  100.   o The IDE driver in the A600 compensates for an internal cache problem
  101.     with Conner CP2024 hard drives.
  102.  
  103.   o On A3000 machines that have 68040 CPUs and are running the 37.175
  104.     version of the ROM OS, and have SCRAM memory, page mode operation is
  105.     turned off.
  106.  
  107.   o CIA interrupt servers are moved to priority 0 if they are lower than
  108.     priority 0.
  109.  
  110.   o Patches console.device CMD_CLEAR to set up registers correctly.
  111.  
  112.   o Patch to remove potential deadlock condition between console device
  113.     and Intuition's DisplayBeep().
  114.  
  115.   o Patch to properly flush buffered file handles which have never been
  116.     read from.
  117.  
  118.   o Blitter interrupts can be erroneously turned on during system 
  119.     initialization.  SetPatch forces them off.
  120.  
  121.   o The slop area for high density floppies is now correctly
  122.     initialized.  This fixes problems when switching between high and
  123.     low density disks on a high-density drive.
  124.  
  125.   o The IAddress field of IDCMP_MOUSEMOVE and IDCMP_MOUSEBUTTONS
  126.     IntuiMessages now has 1.3-compatible values.  This fixes some
  127.     programs which are erroneously attempting to extract a GadgetID
  128.     from non-gadget-related IntuiMessages.  Such programs crash
  129.     on 68000-based Amigas with a guru number 80000003.
  130.  
  131.   o The line-A exception entry can be inadvertently altered by the ROMs.
  132.     SetPatch corrects this.
  133.  
  134.   o The V37.175 ROM does not unpack the monitor data from the ROM
  135.     correctly.  This is corrected by first checking if the monitor
  136.     exists and returning bad mode ID return codes if it does not.
  137.  
  138.   o Open() of paths more than 128 characters long now works.
  139.  
  140.   o The SIGF_SINGLE signal bit is now cleared before allowing an open of
  141.     scsi.device to proceed.  Certain versions of scsi.device fail to
  142.     clear that signal before using it.
  143.  
  144.   o Patch to fix some holes in the SharedSemaphore routines.
  145.  
  146.   o Fixes some applications using certain inappropriate functions such 
  147.     as SetRGB4() from within an interrupt.
  148.  
  149.   o The 2000 microsecond waits from trackdisk are increased to 3000
  150.     microseconds, in order to allow older A1010 drives to work under 2.0.
  151.  
  152.   o The level-7 interrupt vector is pointed at an RTE instruction, for
  153.     efficiency.
  154.